home *** CD-ROM | disk | FTP | other *** search
-
- ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█▀▀▀▀▀▀▀▀▀▀▀▀▀▀█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
- █ ▄▄▄ █ ▄▄▄▄█▐▐▐▐▐▌▐▌▌▌▌▌█▀ ▀█▐▐▐▐▐▌▐▌▌▌▌▌█ ▄▄▄ █ ▄▄▄▄█
- █ ▀▀▀ █▄▄▄▄ █▌▌▌▌▌▐▌▐▐▐▐▐ M O D E M ! ▌▌▌▌▌▐▌▐▐▐▐▐█ ▀▀▀ █▄▄▄▄ █
- █ █████▀▀▀▀ █▐▐▐▐▐▌▐▌▌▌▌▌█▄ ▄█▐▐▐▐▐▌▐▌▌▌▌▌█ █████▀▀▀▀ █
- █▄▄█████▄▄▄▄▄▄█▌▌▌▌▌▐▌▐▐▐▐▐▐▐██▄▄▄▄▄▄▄▄▄▄▄▄▄▄██▌▌▌▌▌▌▌▐▌▐▐▐▐▐█▄▄█████▄▄▄▄▄▄█
- ██║▐▌║█║▌║▐║▐▌║█║▌║▐║▐▌║█║▌║▐║▐▌║█║▌║▌█║▐▌║█║▌║▐║▐▌║█║▌║▐║▐▌║█║▌║▐║▐▌║█║▌║██
- █▌ ▐█
- █ █
- █ MODEM is a handy modem utility that can be used in a batch file. █
- █ █
- █ ┌───────┐ █
- █ For quick-start help, enter │ MODEM │ at the DOS prompt. █
- █ └───────┘ █
- █▌ ▐█
- ██║▐▌║█║▌║▐║▐▌║█║▌║▐║▐▌║█║▌║▐║▐▌║█║▌║▌█║▐▌║█║▌║▐║▐▌║█║▌║▐║▐▌║█║▌║▐║▐▌║█║▌║██
- ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
-
-
- █ █ █ █ ▀ █ █
- █ █ █ █▀▀█ ▀▀▀█ ▀█▀▀ ▀█ ▀█▀▀ █▀▀█ █▀▀█ █▀▀█ █▀▀▀
- █ █ █ █ █ █▀▀█ █ █ █ █ █ █ █ █▀▀▀ ▀▀▀█
- ▀▀▀▀▀ ▀ ▀ ▀▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀▀ ▀▀▀▀ ▀▀▀▀ ▀▀▀▀
-
- MODEM enables you to perform basic modem operations within a batch file, and
- check the results using DOS ERRORLEVEL processing.
-
- For programming notes on this subject, see your DOS manual. One thing to
- remember is that an "IF ERRORLEVEL" statement is considered TRUE if the error
- level is the specified value or higher. So always test the highest possible
- values first.
-
- ∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙
-
- █▀▀▀▀ █
- █ █▀▀█ █▀█▀█ █▀█▀█ ▀▀▀█ █▀▀█ █▀▀█ █▀▀▀
- █ █ █ █ █ █ █ █ █ █▀▀█ █ █ █ █ ▀▀▀█
- ▀▀▀▀▀ ▀▀▀▀ ▀ ▀ ▀ ▀ ▀▀▀▀ ▀ ▀ ▀▀▀▀ ▀▀▀▀
- ·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·
- NOTE: MODEM works on either COM1 or COM2.
- ·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·
- Command: MODEM port SETBAUD baudrate
- Example: MODEM 2 SETBAUD 1200
- Action: Initializes modem port and sets it to the specified baudrate.
- Use this command before any of the other commands.
- Returns: 0
- ·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·
- Command: MODEM port at-command
- Example: MODEM 1 ATH1
- Action: Sends AT command to the modem and waits for OK.
- Returns: 0 if OK; 200 for any other response
- ·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·
- Command: MODEM port WAIT at-command [greeting-string]
- Example: MODEM 2 WAIT ATS0=1
- Action: Sends AT command to the modem and waits for an incoming call.
- Returns: 11 = 300 baud; 12 = 1200 baud; 13 = 2400 baud; 14 = 4800 baud;
- 15 = 9600 baud; 16 = 19200 baud; 255 if user pressed ESC to cancel
- Notes: 19200 baud does not function reliably on 4.77 Mhz machines.
- The greeting-string, if specified, is transmitted at connect time.
- ·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·
- Command: MODEM port DIAL at-command
- Example: MODEM 1 DIAL ATDT1-514-345-8654
- Action: Sends AT command to modem and waits for connection to remote system.
- Returns: 11 = 300 baud; 12 = 1200 baud; 13 = 2400 baud; 14 = 4800 baud;
- 15 = 9600 baud; 16 = 19200 baud; 255 if user pressed ESC to cancel
- ·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·
- Command: MODEM port RAMDIAL at-command
- Example: MODEM 1 RAMDIAL ATDT1-514-345-8654
- Action: Same as DIAL, but dials until connection, or until ESC is pressed.
- ·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·
- Command: MODEM port CARRIER
- Example: MODEM 2 CARRIER
- Action: Checks for presence of carrier.
- Returns: 0 if carrier present; 1 if not present
- ·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·
- Command: MODEM port DSR
- Example: MODEM 1 DSR
- Action: Checks for presence of dataset ready (modem turned on).
- Returns: 0 if ready; 1 if not ready
- ·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·
- Command: MODEM port DROPDTR
- Example: MODEM 1 DROPDTR
- Action: Lowers Data Terminal Ready. This hangs up most brands of modem.
- Returns: 0
- ·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·
- Command: MODEM port PAUSE time-in-seconds
- Example: MODEM 2 PAUSE 15
- Action: Monitors the modem for incoming characters, which are displayed,
- until the time is up or the user presses spacebar or ESC.
- Returns: 0 for time-out; 254 if user hit spacebar; 255 if user hit ESC
- ·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·
- Command: MODEM port TERM
- Example: MODEM 1 TERM
- Action: A simple terminal program for checking and setting modem parameters.
- Returns: 0
- ·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·─·
-
-
- If you find MODEM to be of value, you can obtain MORE excellent software
- from Pinnacle Software -- Canada's most PROLIFIC creators of shareware. We
- have many communications-oriented products that you will find VERY USEFUL.
- Plus an exceptionally fine assortment of utilities, business tools and games!
-
-
- /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
-
- ▄▄▄ W O W ! ▄▄ ▄▄▄▄ ▄▄ ▄▄▄ ██
- █ █ ▀ █ █ █ █ █ █ ██
- █ █▀▀█ █▀▀ █▀▀ █▀▀█ █▀▀█ ▀█ █▀▀█ █ █▀▀█ █ █ ▀█▀ ▀█▀ █▀▀█ █▀▀▀ ██
- █ █ █ █ █ █▀▀▀ █ █ █ █ █ █ █▀▀▀ █ █ █ █ █▀▀▀ █ ▄▄
- ▀▀▀ ▀ ▀ ▀▀▀ ▀ ▀▀▀▀ ▀▀▀▀ ▀▀▀ ▀▀▀▀ ▀▀▀ ▀▀▀▀ ▀▀▀▀ ▀ ▀ ▀▀▀▀ ▀ ▀▀
- And here's something that no other major shareware company has ever offered:
- COMPLETE SOURCE and MODIFICATION/REMARKETING LICENSES for MAJOR PRODUCTS --
- for less than $60! What better way to celebrate the generosity of shareware?
-
- \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/
-
-
- █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
- █ Your VALUE-PACKED GRAB-BAG of Pinnacle's high-quality shareware and superb █
- █ public domain goodies is a sizzling software super-bargain -- ONLY $15! █
- █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
- █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░█
- █░▒░▓░▒░▓░▒░▓░░░ MONEY REFUNDED IF YOU ARE NOT 100% DELIGHTED ░░░▓░▒░▓░▒░▓░▒░█
- █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░█
- ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
-
- Pinnacle Software is one of North America's FOREMOST SOURCES of public domain
- and shareware programs, with COUNTLESS SATISFIED CUSTOMERS around the world!
-
-
- ███████ ██ ██ ██ ██████
- ██░░░██░ ██░ ██░ ██░ ██░░░░░
- ███████░▒██░▒ ██░ ██░▒██████▒▒
- ██░░░░░░▒██░▒ ██░ ██░▒ ██░▒
- ██░▒▒▒▒▒▒██████ ██████░▒██████░▒
- ░░▒ ░░░░░░ ░░░░░░▒ ░░░░░░▒ A TRULY AMAZING SPECIAL OFFER!
- ▒▒ ▒▒▒▒▒▒ ▒▒▒▒▒▒ ▒▒▒▒▒▒
-
- If you order your power-packed software sampler (just $15!) before October '91,
- we'll send you Pinnacle Software's exclusive DOLLARWARE package, which lets OUR
- shareware make YOU money!
-
-
- █ █▀▀▀ █▀▀▀ █▀▀█ █ █▀▀▀ ▀▀█▀▀ █ █ █▀▀▀ █▀▀▀ ════════════════════════╕
- █ █▀▀ █ ▀█ █▀▀█ █ ▀▀▀█ █ █ █ █▀▀ █▀▀ │
- ▀▀▀▀ ▀▀▀▀ ▀▀▀▀ ▀ ▀ ▀▀▀▀ ▀▀▀▀ ▀ ▀▀▀▀ ▀ ▀ │
- ║ MODEM is COPYRIGHT (C) 1990 Pinnacle Software of Ville Mont Royal Quebec. │
- ║ You may give/sell this program as long as you do not alter or exclude any │
- ║ of the original files (MODEM.EXE, MODEM.DOC and PRINTORD.BAT) and do not │
- ║ charge more than U.S. $9 for each copy you sell. │
- ╙─────────────────────────────────────────────────────────────────────────────┘
-
-
- ▐ ▐
- ▐█ CANADIAN ORDERS (Canadian funds at par): ▄▀
- █▌ Pinnacle Software, CP 386 Mont Royal H3P 3C6 ▀▄▀█
- █▌ ▄▀
- ▐█ ▄▀▀▀█▄▀▄▄▀
- █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█ ▄▄▄ ▄ ▄▀▀▀▀ ▄▀
- ▐█ ▀▀▀ ▄▀ █▀ █ ▄▀▀ ▀▄
- █ █ ▐▌ ▀█▄▀ ▄▀ FOREIGN ORDERS:
- ▐█ ▀▀ █▀ Pinnacle Software
- █▌ U.S. ORDERS: ▄▀ 1250 Laird 1A
- █ Pinnacle Software █ Montreal, Canada
- ▀█ Box 714 Airport Road ▐▌ H3P 2T2
- ▀█ Swanton, Vermont ▄▀
- █▄ 05488 ▄▀ Remit payment
- ▀▀█ ▄▀ in U.S. funds
- ▀▀▀▀▀▄ ▄▄▄▄▄ █
- ▀█ ▄▀▀▀▀▀▀▀▀ ▀▄ █
- Use the handy █▄ █ █ █
- PRINTORD command ▀█ █ Just $15! ▀▀
- to print out your ▀█ █
- quick-order form! ▀▀